-- *****************************************************************
-- ciscoWanAtmPartyCapabilities MIB
--
-- AGENT-CAPABILITIES mib for CISCO-WAN-ATM-PARTY-MIB
--
-- Copyright(c) 2002 by Cisco Systems,Inc.
--
-- Author: Michael Sung 
-- *****************************************************************

CISCO-WAN-ATM-PARTY-CAPABILITY DEFINITIONS ::= BEGIN

IMPORTS
        MODULE-IDENTITY
                FROM SNMPv2-SMI
        AGENT-CAPABILITIES
                FROM SNMPv2-CONF
        ciscoAgentCapability
                FROM CISCO-SMI;   

ciscoWanAtmPartyCapability MODULE-IDENTITY
        LAST-UPDATED    "200211080000Z"
        ORGANIZATION    "Cisco Systems, Inc."
        CONTACT-INFO
                "       Cisco Systems
                        Customer Service

                Postal: 170 W Tasman Drive
                        San Jose, CA  95134
                        USA

                        Tel: +1 800 553-NETS

                E-mail: cs-wanatm@cisco.com"
        DESCRIPTION
           "The Agent Capabilities for CISCO-WAN-ATM-PARTY-MIB.
            This MIB is used in the MGX8800 product family, which
            contains the MGX8850 and MGX8950 switches."

        REVISION "200211080000Z"
        DESCRIPTION
           "Initial version of this MIB module."
        ::= { ciscoAgentCapability 282 }

ciscoWanAtmPartyCapabilityV4R00 AGENT-CAPABILITIES
    PRODUCT-RELEASE      "MGX8850 and BPX-SES Release 4.00"
    STATUS               current
    DESCRIPTION          "ATM Connection PARTY MIB Capabilities."

    SUPPORTS CISCO-WAN-ATM-PARTY-MIB
        INCLUDES { 
                  ciscoWanAtmPartyGroup   
                 }
    VARIATION   cwapUploadCounter 
    ACCESS      not-implemented 
    DESCRIPTION "Not supported."

    VARIATION   cwapRowStatus 
    SYNTAX      INTEGER {
                   active(1),
                   notInService(2),
                   createAndGo(4),
                   destroy(6)
                }
    DESCRIPTION "Does not support values notReady(3) and
                 createAndWait(5)."

    VARIATION   cwapRootVpi
    DESCRIPTION
        "For a User-to-Network interface(UNI), the range 
        supported is from 0 to 255."

    VARIATION   cwapRootVci   
    SYNTAX      Integer32 (35..65535)
    DESCRIPTION "The range supported for this mib object is
                 from 35 to 65535."

    VARIATION   cwapReference 
    SYNTAX      Integer32(1..32767)
    DESCRIPTION "The range supported for this mib object is
                 from 1 to 32767."
    ::= { ciscoWanAtmPartyCapability 1 }
END